From: Richard M. Stallman Date: Fri, 10 Nov 1995 17:09:45 +0000 (+0000) Subject: (awk-mode): Require cc-mode. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85598 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=80c1bbc61f6509ad54a9c1611b612ff1f95f320e;p=emacs.git (awk-mode): Require cc-mode. --- diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index afacf7d8838..5547d57c8d8 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el @@ -65,6 +65,7 @@ Turning on AWK mode calls the value of the variable `awk-mode-hook' with no args, if that value is non-nil." (interactive) (kill-all-local-variables) + (require 'cc-mode) (use-local-map c-mode-map) (setq major-mode 'awk-mode) (setq mode-name "AWK")